home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Utilities / Action / Test Action < prev    next >
Encoding:
Text File  |  1998-12-08  |  792 b   |  26 lines

  1. ;$VER: Action test script 1.0 (for Action 1.0)
  2.  
  3. Echo "This script will make neccesary arrangements,"
  4. Echo "in order that you can test how Action works."
  5. Echo "No permanent changes to your system will be made."
  6. Ask "Do you want to proceed? (Y=Yes, N=No)"
  7.  
  8. If WARN Then
  9.     MakeDir ENV:Action >NIL:
  10.     Copy View ENV:Action/ >NIL:
  11.     Copy Edit ENV:Action/ >NIL:
  12.     Copy Identify ENV:Action/ >NIL:
  13.     Echo ""
  14.     Echo "Now you can test Action. I suggest you following commands:"
  15.     Echo "Action Identify Invoker"
  16.     Echo "Action Identify Action.guide"
  17.     Echo "Action Identify Action.guide.info"
  18.     Echo "Action View Action.guide"
  19.     Echo "Action View some:path/archive.lha"
  20.     Echo "Action View :"
  21.     Echo "EndShell"
  22.     Echo ""
  23.     NewShell "CON:0/120/640/136/Test Action/CLOSE"
  24. EndIf
  25. Echo "Click close gadget to close window."
  26.